home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1094 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  804 b 

  1. Path: myossef.stil.scitex.com!user
  2. From: yossef@ird.scitex.com (Yossef Halakhmi)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: stack overflow
  5. Date: 9 Jan 1996 07:59:19 GMT
  6. Organization: Scitex Corp.
  7. Message-ID: <yossef-0901961001560001@myossef.stil.scitex.com>
  8. References: <1996Jan7.231111.111385@kuhub.cc.ukans.edu> <4cqe4n$oje@natasha.rmii.com>
  9. NNTP-Posting-Host: myossef.scitex.com
  10.  
  11. > >       I ran a program but got a "stack overflow" running time error.
  12. > >       Could anybody give some hints?
  13. > >       Thanks in advance.
  14. > well, is this a program that you had made?.  If it is try to make your
  15. > stack size larger, or cut down on things like recursive functions, or
  16. > passing lager data types to other functions.
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. I would prefer to move some data from stack to heap instead of increasing stack.
  24.